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