init method

dynamic init(
  1. MethodChannel? methodChannel
)

Implementation

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