platform_not_found property

String get platform_not_found

Platform with the requested ID could not be found

Implementation

String get platform_not_found {
  return Intl.message(
    'Platform with the requested ID could not be found',
    name: 'platform_not_found',
    desc: '',
    args: [],
  );
}