registeredCount property

int get registeredCount

The total number of dependencies registered in the current active scope.

Implementation

static int get registeredCount => currentScope.registeredCount;