stop method

Future<bool> stop()

Stops all location updates and releases the GPS hardware.

Implementation

Future<bool> stop() => NexoraSdkPlatform.instance.stopLocation();