getPlatformChannelView static method
Get Platform Channel View by Controller ID
Implementation
static MethodChannel getPlatformChannelView(String controllerId) {
return MethodChannel("mediax:view_$controllerId");
}
Get Platform Channel View by Controller ID
static MethodChannel getPlatformChannelView(String controllerId) {
return MethodChannel("mediax:view_$controllerId");
}