binaryMessenger property Null safety
final
The messenger used by this channel to send platform messages.
When this is null, the pluginBinaryMessenger is used instead, which sends messages from the platform-side to the framework-side.
Implementation
final BinaryMessenger? binaryMessenger;