getDependencyCount abstract method

int getDependencyCount()

Returns the number of resolved dependencies in the application context.

Example:

print('Dependencies loaded: ${env.getDependencyCount()}');

Implementation

int getDependencyCount();