removeDefaultApp property

String get removeDefaultApp

Implementation

String get removeDefaultApp {
  if (language == french) return '(FR) Remove the default application?';
  return 'Remove the default application?';
}