setApiKey static method
Implementation
static void setApiKey(String apiKey) {
SharedPreferences.getInstance().then((prefs) {
prefs.setString(apiKeyKey, apiKey);
});
}
static void setApiKey(String apiKey) {
SharedPreferences.getInstance().then((prefs) {
prefs.setString(apiKeyKey, apiKey);
});
}