getDependencyCount abstract method
Returns the number of resolved dependencies in the application context.
Example:
print('Dependencies loaded: ${env.getDependencyCount()}');
Implementation
int getDependencyCount();
Returns the number of resolved dependencies in the application context.
Example:
print('Dependencies loaded: ${env.getDependencyCount()}');
int getDependencyCount();