liveError<T extends Auth<AuthKeys>> method

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

Implementation

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