whenStable method
Hook for tests to register an IsStableCallback that is called when a stable state is reached.
Implementation
@override
void whenStable(IsStableCallback fn) {
_runCallbacksIfStable(newCallback: fn);
}
Hook for tests to register an IsStableCallback that is called when a stable state is reached.
@override
void whenStable(IsStableCallback fn) {
_runCallbacksIfStable(newCallback: fn);
}