isInitialized property
bool
get
isInitialized
Checks if the service is ready for requests.
Implementation
bool get isInitialized => _apiKey != null;
Checks if the service is ready for requests.
bool get isInitialized => _apiKey != null;