init method

  1. @override
void init()
override

初始化

Implementation

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