OkitoFunctions mixin

Okito 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

localize(String key) String
Uses your locale and translates the sentences.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setInterval(int seconds, Function callback) Function
seconds is the amount of time that Okito will wait to call the function again, it will continiously work.
setTimeout(int seconds, Function callback) → void
seconds is the amount of time that Okito wait to call the function. after x seconds, callback funciton will be called.
toString() String
A string representation of this object.
inherited

Operators

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