stopLiveLocation method

Future<void> stopLiveLocation()

Stops the active native location listener and frees resources.

Implementation

Future<void> stopLiveLocation() =>
    throw UnimplementedError('stopLiveLocation() has not been implemented.');