Checks if the background service is currently running.
Returns true if the service is active, false otherwise.
true
false
static Future<bool> isRunning() => _service.isRunning();