hub<T> method

T hub<T>(
  1. String name
)

Implementation

T hub<T>(String name) => HubScopeProvider.of(this).get<T>(name);