isReady property

bool isReady

Status on if the client has been initialized successfully.

This will be true if initialize method has been called and completed.

Implementation

bool get isReady => _hasInitialized;