isRunning property

Future<bool> isRunning

Get the status of the location manager. Will return true if a location service is currently running.

Implementation

Future<bool> get isRunning async =>
    await BackgroundLocator.isServiceRunning();