stopPositionUpdate method

Future<bool> stopPositionUpdate()

Stop listen location change.

Implementation

Future<bool> stopPositionUpdate() {
  throw UnimplementedError('stopPositionUpdate() has not been implemented');
}