JavaScriptBridgeRequestDecoder<T> typedef

JavaScriptBridgeRequestDecoder<T> = T Function(Object? value)

Decodes a value received from JavaScript into an application type.

Implementation

typedef JavaScriptBridgeRequestDecoder<T> = T Function(Object? value);