user_session_not_found property

String get user_session_not_found

The current user session could not be found

Implementation

String get user_session_not_found {
  return Intl.message(
    'The current user session could not be found',
    name: 'user_session_not_found',
    desc: '',
    args: [],
  );
}