getPlatformChannelController static method
Get Platform Channel Controller by Controller ID
Implementation
static MethodChannel getPlatformChannelController(String controllerId) {
return MethodChannel("mediax_$controllerId");
}
Get Platform Channel Controller by Controller ID
static MethodChannel getPlatformChannelController(String controllerId) {
return MethodChannel("mediax_$controllerId");
}