Future<String> getApiKey() async { SharedPreferences sp = await SharedPreferences.getInstance(); return sp.getString('key') ?? ''; }