methodChannel property

MethodChannel methodChannel
final

Implementation

static final methodChannel = MethodChannel(
  'com.coditas.multi_window_native/pluginChannel',
  const StandardMethodCodec(),
  messenger,
);