liveError<T extends Auth<AuthKeys>> method

AuthNotifier<String> liveError<T extends Auth<AuthKeys>>()

Implementation

AuthNotifier<String> liveError<T extends Auth>() {
  return _i<T>("liveError").liveError;
}