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 c9180aa commit 50296ccCopy full SHA for 50296cc
packages/gotrue/lib/src/types/auth_state.dart
@@ -5,7 +5,7 @@ class AuthState {
5
final AuthChangeEvent event;
6
final Session? session;
7
8
- /// Whether this state was broadcasted via `html.ChannelBroadcast` on web from
+ /// Whether this state was broadcasted via `web.BroadcastChannel` on web from
9
/// another tab or window.
10
final bool fromBroadcast;
11
0 commit comments