microtaskCount property
override
The number of outstanding microtasks in the queue.
Implementation
@override
int get microtaskCount => _currentFakeAsync!.microtaskCount;
The number of outstanding microtasks in the queue.
@override
int get microtaskCount => _currentFakeAsync!.microtaskCount;