getRefreshTokenCookie method
Implementation
String? getRefreshTokenCookie() {
return cookies?.firstWhereOrNull((x) => x.name == 'ss-reftok')?.value;
}
String? getRefreshTokenCookie() {
return cookies?.firstWhereOrNull((x) => x.name == 'ss-reftok')?.value;
}