Stops all location updates and releases the GPS hardware.
Future<bool> stop() async { final success = await NexoraSdkPlatform.instance.stopLocation(); if (success) _isRunning = false; return success; }