cancel property

Future<bool> get cancel

取消

Implementation

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