providerStatus property

ProviderState get providerStatus

Current status of the provider bound to this client.

Implementation

ProviderState get providerStatus =>
    _providerStatusResolver?.call(provider) ?? provider.state;