OptionalMethodChannel constructor Null safety
- String name,
- [MethodCodec codec = const StandardMethodCodec(),
- BinaryMessenger? binaryMessenger]
Creates a MethodChannel that ignores missing platform plugins.
Implementation
const OptionalMethodChannel(String name, [MethodCodec codec = const StandardMethodCodec(), BinaryMessenger? binaryMessenger])
: super(name, codec, binaryMessenger);