getPlatformChannelView static method

MethodChannel getPlatformChannelView(
  1. String controllerId
)

Get Platform Channel View by Controller ID

Implementation

static MethodChannel getPlatformChannelView(String controllerId) {
  return MethodChannel("mediax:view_$controllerId");
}