NmeaDataProvider class abstract
Abstract class defining the interface for a class that provides NMEA data for an NmeaLocationDataSource. Initialization logic should be performed during construction. The stream is usually backed by a StreamController. Teardown logic could be handled in the StreamController.onCancel callback of the controller.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited