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