pigeon_binaryMessenger property

  1. @protected
BinaryMessenger? pigeon_binaryMessenger
finalinherited

Sends and receives binary data across the Flutter platform barrier.

If it is null, the default BinaryMessenger will be used, which routes to the host platform.

Implementation

@protected
final BinaryMessenger? pigeon_binaryMessenger;