Skip to content

Commit

Permalink
feat: Add getCookies event
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Feb 4, 2025
1 parent 4acdfb2 commit 915f374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions logic/lib/src/domain/const/js_channel/js_channel_events.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ class JSChannelEvents {
static const String
bluetoothRemoteGATTCharacteristicWriteValueWithoutResponse =
'BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse';

// Front-End required events
static const String getCookies = 'getCookies';
}

0 comments on commit 915f374

Please sign in to comment.