goToSettings top-level property

String get goToSettings

Message shown on a button that the user can click to go to settings pages from the current dialog.

Implementation

String get goToSettings => Intl.message(
  'Go to settings',
  desc:
      'Message shown on a button that the user can click to go to '
      'settings pages from the current dialog. Maximum 30 characters.',
);