setMethodCallHandler method
Register a handler on this channel. Used by VodEventDispatcher during init.
Implementation
void setMethodCallHandler(Future<dynamic> Function(MethodCall call)? handler) {
_channel.setMethodCallHandler(handler);
}
Register a handler on this channel. Used by VodEventDispatcher during init.
void setMethodCallHandler(Future<dynamic> Function(MethodCall call)? handler) {
_channel.setMethodCallHandler(handler);
}