registeredMethodsForService property

Map<String, String> get registeredMethodsForService

Mapping of service name to service method.

Implementation

Map<String, String> get registeredMethodsForService =>
    _registeredMethodsForService;