saveApiKey method

void saveApiKey(
  1. String apikey
)

Implementation

void saveApiKey(String apikey) {
  emit(afterSaveAPIKey());
}