stop method

Future<void> stop()

Stop the location manager.

Implementation

Future<void> stop() async =>
    await BackgroundLocator.unRegisterLocationUpdate();