channel method
Accesses the MethodChannel associated to the passed viewId.
Implementation
MethodChannel? channel(int viewId) {
return _channels[viewId];
}
Accesses the MethodChannel associated to the passed viewId.
MethodChannel? channel(int viewId) {
return _channels[viewId];
}