abortOTA method

Future<void> abortOTA(
  1. int type
)

Implementation

Future<void> abortOTA(int type) {
  return mConnconst.invokeMethod('abortOTA', <String, int>{"type": type});
}