utilities/app_wrapper_util library
Functions
-
packAppEventWrapper(
Uint8List appEvent) → AppEventWrapper -
packAppReplayWrapper(
Uint8List appState) → AppReplayWrapper -
unpackAppEventWrapper<
T extends GeneratedMessage> (AppEventWrapper any, T create()) → T - Unpacks an AppEventWrapper into a target message type
-
unpackAppReplayWrapper<
T extends GeneratedMessage> (AppReplayWrapper any, T create()) → T - Unpacks an AppReplayWrapper into a target message type