Removes the mapping from id
to AnimationFrameTask.
This function must be invoked by user-implemented animation-frame
tasks, before running callback
.
See AnimationFrameTask.
Source
static void removeMapping(int id) { _tasks.remove(id); }
Removes the mapping from id
to AnimationFrameTask.
This function must be invoked by user-implemented animation-frame
tasks, before running callback
.
See AnimationFrameTask.
static void removeMapping(int id) { _tasks.remove(id); }