cancel static method

Future<bool> cancel()

Implementation

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