abortOTA method

Future<void> abortOTA(
  1. int oTAType
)

Abort method

Implementation

Future<void> abortOTA(int oTAType) {
  return _platform.abortOTA(oTAType);
}