abort property

Future<int> abort

3.6 终⽌指令

Implementation

static Future<int> get abort async {
  final int p = await _channel.invokeMethod('Abort');
  return p;
}