stopMonitoring method
Stops listening to the system location changes and disposes platform resources. This plugin is only designed to start once, so if you need to listen again, you will need to create a new instance of this plugin.
Implementation
@override
Future<void> stopMonitoring() => channel.invokeMethod('stopMonitoring');