WebFModuleController class
- Mixed-in types
Constructors
- WebFModuleController(WebFController controller, double 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
-
cancelIdleCallback(
int idleId) → void -
inherited
-
clearTimeout(
int timerId) → void -
inherited
-
dispose(
) → void -
disposeScheduleFrame(
) → void -
inherited
-
disposeTimer(
) → void -
inherited
-
initialize(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pauseAnimationFrame(
) → void -
inherited
-
pauseTimer(
) → void -
inherited
-
requestAnimationFrame(
int newFrameId, DoubleCallback callback) → void -
inherited
-
requestBatchUpdate(
) → void -
inherited
-
requestIdleCallback(
double contextId, int idleId, int uiCommandSize, DoubleCallback callback) → void -
inherited
-
resumeAnimationFrame(
) → void -
inherited
-
resumeTimer(
) → void -
inherited
-
setInterval(
int newTimerId, int timeout, void callback()) → void -
inherited
-
setTimeout(
int newTimerId, int timeout, void callback()) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited