init method

dynamic init(
  1. MethodChannel? method
)

Implementation

init(MethodChannel? method) {
  _methodChannel = method;
}