destroy static method
Destroy the entire session
Implementation
static Future<void> destroy() async {
final sessionId = CookieService.get('FLINTSESSID');
await SessionManager.instance.destroySession(_response.raw, sessionId);
}
Destroy the entire session
static Future<void> destroy() async {
final sessionId = CookieService.get('FLINTSESSID');
await SessionManager.instance.destroySession(_response.raw, sessionId);
}