provider_repository_not_found property

String get provider_repository_not_found

VCS (Version Control System) repository with the requested ID could not be found. Check to see if the ID is correct, and if it belongs to installationId you provided

Implementation

String get provider_repository_not_found {
  return Intl.message(
    'VCS (Version Control System) repository with the requested ID could not be found. Check to see if the ID is correct, and if it belongs to installationId you provided',
    name: 'provider_repository_not_found',
    desc: '',
    args: [],
  );
}