cancel static method

Future<void> cancel()

cancel a single Downloading.

Implementation

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