abortOTA method

Future<void> abortOTA(
  1. int type
)

Implementation

Future<void> abortOTA(int type) async {
  await mConnMethodChannel
      .invokeMethod('abortOTA', <String, int>{"type": type});
}