could_not_launch_google_maps property

String get could_not_launch_google_maps

Could not launch google maps

Implementation

String get could_not_launch_google_maps {
  return Intl.message(
    'Could not launch google maps',
    name: 'could_not_launch_google_maps',
    desc: '',
    args: [],
  );
}