void removeMapping(int id)

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);
}