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