int microtaskCount

The number of outstanding microtasks in the queue.

Source

@override
int get microtaskCount {
  // Unsupported until we have a wrapper around the real async API
  // https://github.com/flutter/flutter/issues/4637
  assert(false);
  return -1;
}