Stops location updates.
@override Future<bool> stopLocation() async => await methodChannel.invokeMethod<bool>('stopLocation') ?? false;