startSingle property

Future<bool?> startSingle

Implementation

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