buildCheckoutCryptoLoadSuccess function
Builds the reply the Flutter side sends after the crypto subsystem is ready.
Implementation
Map<String, Object?> buildCheckoutCryptoLoadSuccess() {
return const <String, Object?>{
'event': 'crypto:load.success',
'data': <String, Object?>{},
};
}