cancel method

Future<void> cancel()

Cancel the currently active ota download if there is one

Implementation

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