Future<void> SetString(String key,String value) async { CreateCookie(key, value.toString(), 30); await 0; }