AppProviderObserver class

Inheritance

Constructors

AppProviderObserver()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

didAddProvider(ProviderBase<Object?> provider, Object? value, ProviderContainer container) → void
A provider was initialized, and the value exposed is value.
override
didDisposeProvider(ProviderBase<Object?> provider, ProviderContainer container) → void
A provider was disposed
override
didUpdateProvider(ProviderBase<Object?> provider, Object? previousValue, Object? newValue, ProviderContainer container) → void
Called by providers when they emit a notification.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
providerDidFail(ProviderBase<Object?> provider, Object error, StackTrace stackTrace, ProviderContainer container) → void
A provider emitted an error, be it by throwing during initialization or by having a Future/Stream emit an error
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited