names property

List<String> get names

Get all registered middleware names.

Implementation

static List<String> get names => _registry.keys.toList();