liveLoading<T extends Auth<AuthKeys>> method

AuthNotifier<bool> liveLoading<T extends Auth<AuthKeys>>()

Implementation

AuthNotifier<bool> liveLoading<T extends Auth>() {
  return _i<T>("liveLoading").liveLoading;
}