isModuleReady<M extends BindContext> abstract method

Future<bool> isModuleReady<M extends BindContext>()

checks if all asynchronous binds are ready to be used synchronously of all BindContext of Tree.

Implementation

Future<bool> isModuleReady<M extends BindContext>();