jieliStartOTA method

Future<void> jieliStartOTA(
  1. String pathname
)

Implementation

Future<void> jieliStartOTA(String pathname) {
  return mConnconst.invokeMethod("jieliStartOTA", <String, String>{"pathname": pathname});
}