We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab80bd commit d5af228Copy full SHA for d5af228
logic/lib/src/domain/const/js_channel/js_channel_events.dart
@@ -6,6 +6,7 @@ class JSChannelEvents {
6
'changeCronTransitionStatus';
7
static const String getSystemInfoEvent = 'getSystemInfo';
8
static const String goToAdvancedSettingsEvent = 'goToAdvancedSettings';
9
+ static const String scanQRCodeEvent = 'scanQRCode';
10
11
static const String mxcWalletCopyClipboard = 'mxc-wallet-copy-clipboard';
12
static const String mxcWalletScrollDetector = 'mxc-wallet-scroll-detector';
0 commit comments