cancelFrameCallbackWithId method

  1. @override
void cancelFrameCallbackWithId(
  1. int id
)
override

Cancels the transient frame callback with the given id.

Removes the given callback from the list of frame callbacks. If a frame has been requested, this does not also cancel that request.

Transient frame callbacks are those registered using scheduleFrameCallback.

Implementation

@override
void cancelFrameCallbackWithId(int id) {}