startPOCThread static method

void startPOCThread()

启动poc

Implementation

static void startPOCThread() async {
  Log.i(tag, "startPOCThread:hasStartPOCThread");
  PlatformMethodInvokeHandler.invokeMethod("startPOCThread");
}