r2SharedPublicationOpeningExceptionIncorrectCredentials property

String r2SharedPublicationOpeningExceptionIncorrectCredentials

Implementation

String get r2SharedPublicationOpeningExceptionIncorrectCredentials =>
    Intl.message(
      'Provided credentials were incorrect',
      name: 'r2_shared_publication_opening_exception_incorrect_credentials',
      locale: locale.toString(),
    );