kNoAuthUser property

AuthException kNoAuthUser
final

Implementation

static final kNoAuthUser = AuthException(
  code: ExceptionCode.kNoAuthUserExceptionCode,
  message: 'No authenticated m4e user account',
)