ApplangaMethodHandler constructor

ApplangaMethodHandler(
  1. MethodChannel _channel
)

Implementation

ApplangaMethodHandler(MethodChannel _channel) {
  _channel.setMethodCallHandler(this._callHandler);

}