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