stopMonitoring abstract method

Future<void> stopMonitoring()

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

Future<void> stopMonitoring();