storeCookie static method
      
dynamic
storeCookie(
    
    
- dynamic value
Implementation
static storeCookie(value) async {
  await secureStorage.write(key: cookieKey, value: value);
}static storeCookie(value) async {
  await secureStorage.write(key: cookieKey, value: value);
}