stopCollectingLocation method

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

Implementation

@override
Future<void> stopCollectingLocation() async {
  await _channel.invokeMethod('stopCollectingLocation');
}