response_handle property

Pointer<FlutterDesktopMessageResponseHandle> response_handle
getter/setter pair

The response handle. If non-null, the receiver of this message must call FlutterDesktopSendMessageResponse exactly once with this handle.

Implementation

external Pointer<FlutterDesktopMessageResponseHandle> response_handle;