KrakenModuleController class

Mixed in types

Constructors

KrakenModuleController(KrakenController controller, int contextId)

Properties

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

Methods

cancelAnimationFrame(int id) → void
inherited
clearTimeout(int timerId) → void
inherited
dispose() → void
disposeScheduleFrame() → void
inherited
disposeTimer() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseInterval() → void
inherited
requestAnimationFrame(DoubleCallback callback) int
inherited
requestBatchUpdate() → void
inherited
resumeInterval() → void
inherited
setInterval(int timeout, void callback()) int
inherited
setTimeout(int timeout, void callback()) int
inherited
toString() String
A string representation of this object.
inherited

Operators

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