reset static method
void
reset()
Implementation
static void reset() {
runner = null;
drainPendingExceptions = null;
_pendingLiveCalls = 0;
_inFlightLiveCalls.clear();
_liveCallQueue = Future<void>.value();
}