isRunning static method

Future<bool> isRunning()

Checks if the background service is currently running.

Returns true if the service is active, false otherwise.

Implementation

static Future<bool> isRunning() => _service.isRunning();