IsStableCallback typedef

IsStableCallback = void Function(bool didWork, String name)

Function invoked by a framework when it has reached a stable state. The didWork parameter indicates, if the framework did any work between callback registration and callback invocation.

Implementation

typedef IsStableCallback = void Function(bool didWork, String name);