gpsTimeStream property

Stream<Map> get gpsTimeStream

Stream of raw GPS time data maps from the native platform.

Implementation

Stream<Map<dynamic, dynamic>> get gpsTimeStream {
  throw UnimplementedError('gpsTimeStream has not been implemented.');
}