FlutterDesktopBinaryReply typedef

FlutterDesktopBinaryReply = Pointer<NativeFunction<Void Function(Pointer<Uint8>, Size, Pointer<NativeType>)>>

The callback expected as a response of a binary message.

Implementation

typedef FlutterDesktopBinaryReply
    = Pointer<NativeFunction<Void Function(Pointer<Uint8>, Size, Pointer)>>;