stopLiveLocation method

  1. @override
Future<void> stopLiveLocation()
override

Stops the active native location listener and frees resources.

Implementation

@override
Future<void> stopLiveLocation() async =>
    methodChannel.invokeMethod('stopLiveLocation');