registeredKeys property

List<String> get registeredKeys

A list of all registration keys (type + tag) in the current active scope.

Implementation

static List<String> get registeredKeys => currentScope.registeredKeys;