diff --git a/logic/lib/src/domain/const/js_channel/js_channel_events.dart b/logic/lib/src/domain/const/js_channel/js_channel_events.dart index 6c4603a..338bda8 100644 --- a/logic/lib/src/domain/const/js_channel/js_channel_events.dart +++ b/logic/lib/src/domain/const/js_channel/js_channel_events.dart @@ -58,4 +58,7 @@ class JSChannelEvents { static const String bluetoothRemoteGATTCharacteristicWriteValueWithoutResponse = 'BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse'; + + // Front-End required events + static const String getCookies = 'getCookies'; }