callbackManager top-level property Null safety

CallbackManager callbackManager

The dart:io implementation of CallbackManager.

See also:

  • _callback_web.dart, which has the dart:html implementation

Implementation

CallbackManager get callbackManager => _singletonCallbackManager;