Skip to content

Commit bbcd7e8

Browse files
committed
fix session info null value
1 parent cc1fbd2 commit bbcd7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/web/static_interop/models/session_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ extension SessionInfoExtension on SessionInfo {
1313
external String? get cookieName;
1414

1515
/// The value of the session cookie.
16-
external String get cookieValue;
16+
external String? get cookieValue;
1717
}

0 commit comments

Comments
 (0)