cancelIdleCallback method

void cancelIdleCallback(
  1. int handle
)

Implementation

void cancelIdleCallback(int handle) {
  // No-op fallback.
}