JavaScriptBridgeRequestDecoder<T> typedef
Decodes a value received from JavaScript into an application type.
Implementation
typedef JavaScriptBridgeRequestDecoder<T> = T Function(Object? value);
Decodes a value received from JavaScript into an application type.
typedef JavaScriptBridgeRequestDecoder<T> = T Function(Object? value);