FluteFunctions mixin

Flute provides easier ways to use utility functions.

I hope we can have more utility functions in future, the aim is to reduce the code repeating.

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

addPostFrameCallback(VoidFunction callback) → void
Example
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setInterval(Duration duration, VoidFunction callback) Function
duration is the amount of time that Flute will wait to call the function again, it will continiously work.
setTimeout(Duration duration, VoidFunction callback) Timer
duration is the amount of time that Flute wait to call the function. after x amount of duration, callback funciton will be called.
toString() String
A string representation of this object.
inherited

Operators

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