stop method

Future<void> stop()

Stop native GPS capture. The engine state is preserved (call reset to free native memory).

Implementation

Future<void> stop() {
  throw UnimplementedError('stop() has not been implemented.');
}