isInitialized property
bool
get
isInitialized
Returns a Boolean value indicating whether the TikiSdk has been initialized.
If true
, it means that the TikiSdk has been successfully initialized.
If false
, it means that the TikiSdk has not yet been initialized or has failed to initialize.
Implementation
bool get isInitialized => _core?.address != null;