RaiiLifecycleAwareWithContext class abstract

Extension of RaiiLifecycleAware that provides access to build context.

Implemented types
Implementers

Properties

context → BuildContext
Flutter build context.
no setter
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

detachLifecycle(RaiiLifecycle lifecycle) → void
Detaches a RaiiLifecycle from this container without disposing it.
inherited
disposeLifecycle() → void
Disposes of any resources held by this object.
inherited
initLifecycle() → void
Initializes the lifecycle of this object.
inherited
isLifecycleMounted() → bool
Returns whether this object's lifecycle is currently mounted.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerLifecycle(RaiiLifecycle lifecycle) → void
Registers a RaiiLifecycle object to be managed by this container.
inherited
takeLifecycle(RaiiLifecycle lifecycle) → void
Takes ownership of a lifecycle from its current owner.
inherited
toString() → String
A string representation of this object.
inherited
unregisterLifecycle(RaiiLifecycle lifecycle) → bool
Un-registers a RaiiLifecycle object from this container.
inherited

Operators

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