getPlatformChannelController static method

MethodChannel getPlatformChannelController(
  1. String controllerId
)

Get Platform Channel Controller by Controller ID

Implementation

static MethodChannel getPlatformChannelController(String controllerId) {
  return MethodChannel("mediax_$controllerId");
}