menu
supa_architecture package
documentation
services/cookie_storage_service.dart
CookieStorageService
getAuthenticationCookies abstract method
getAuthenticationCookies abstract method
dark_mode
light_mode
getAuthenticationCookies
abstract method
Future
<
List
<
Cookie
>
>
getAuthenticationCookies
(
)
Retrieves the authentication cookies.
Returns:
A
Future
that resolves to a list of authentication
Cookie
objects.
Implementation
Future<List<Cookie>> getAuthenticationCookies();
supa_architecture package
documentation
services/cookie_storage_service
CookieStorageService
getAuthenticationCookies abstract method
CookieStorageService class