FrameCallbackMixin mixin

This mixin could be used in the methods where you want to do some work after you are

This mixin is supposed to be a replacement for the use of WidgetsBinding.instance?.addPostFrameCallback().

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

atLast(VoidCallback callback) → void
Post-frame callbacks cannot be unregistered. They are called exactly once.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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