init method

  1. @override
void init()
override

初始化相关

Implementation

@override
void init() {
  Log.i(tag, "init");
  initMethodCallback();
}