HubProvider<T> constructor

HubProvider<T>()

Implementation

HubProvider() {
  assert(this is T, 'HubProvider<$T> must implement $T.');
}