init method
dynamic
init()
inherited
Implementation
init() {
//if (!channel.checkMethodCallHandler(onMethodCall)) {
channel.setMethodCallHandler(onMethodCall);
//}
}
init() {
//if (!channel.checkMethodCallHandler(onMethodCall)) {
channel.setMethodCallHandler(onMethodCall);
//}
}