stopLiveLocation method
Stops the active native location listener and frees resources.
Implementation
Future<void> stopLiveLocation() =>
throw UnimplementedError('stopLiveLocation() has not been implemented.');
Stops the active native location listener and frees resources.
Future<void> stopLiveLocation() =>
throw UnimplementedError('stopLiveLocation() has not been implemented.');