Skip to content

Commit d5af228

Browse files
committed
feat: Add scanQRCode
1 parent 4ab80bd commit d5af228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logic/lib/src/domain/const/js_channel/js_channel_events.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class JSChannelEvents {
66
'changeCronTransitionStatus';
77
static const String getSystemInfoEvent = 'getSystemInfo';
88
static const String goToAdvancedSettingsEvent = 'goToAdvancedSettings';
9+
static const String scanQRCodeEvent = 'scanQRCode';
910

1011
static const String mxcWalletCopyClipboard = 'mxc-wallet-copy-clipboard';
1112
static const String mxcWalletScrollDetector = 'mxc-wallet-scroll-detector';

0 commit comments

Comments
 (0)