isConfigured property
bool
get
isConfigured
Has this service been configured?
Implementation
bool get isConfigured => (_app != null);
Has this service been configured?
bool get isConfigured => (_app != null);