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

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
toString() String
A string representation of this object.
inherited

Operators

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