initialized property

bool initialized

Check if the SDK has finished initialization.

This does not indicate that initialization was successful, but that it is finished. It has either completed successfully, or encountered an unrecoverable error.

Generally the future returned from start should be used instead or this property.

Implementation

bool get initialized => _client.initialized;