isRunning method

Future<bool> isRunning()

Whether the service is running

Implementation

Future<bool> isRunning() => _platform.isServiceRunning();