FrameworkStabilizer typedef
FrameworkStabilizer =
void Function(IsStableCallback callback)
Function provided by a framework to register an IsStableCallback that is invoked by the framework when it reaches a stable state.
Implementation
typedef FrameworkStabilizer = void Function(IsStableCallback callback);