isRunning method

  1. @override
Future<bool> isRunning()
override

Implementation

@override
Future<bool> isRunning() {
  return _api.isRunning();
}