menu
servicestack package
documentation
client.dart
JsonServiceClient
getTokenCookie method
getTokenCookie method
dark_mode
light_mode
getTokenCookie
method
String
?
getTokenCookie
(
)
override
Implementation
String? getTokenCookie() { return cookies?.firstWhereOrNull((x) => x.name == 'ss-tok')?.value; }
servicestack package
documentation
client
JsonServiceClient
getTokenCookie method
JsonServiceClient class