isStarted property

Future<bool?> isStarted

Implementation

static Future<bool?> get isStarted async {
  return _channel.invokeMethod('isStarted');
}