isServiceRunning method

Future<bool> isServiceRunning()

Check if the background service is running

Implementation

Future<bool> isServiceRunning() {
  throw UnimplementedError('isServiceRunning() has not been implemented.');
}