defaultAppRemovedProblem property
String
get
defaultAppRemovedProblem
Implementation
String get defaultAppRemovedProblem {
if (language == french) return '(FR) There was a problem removing the default application.';
return 'There was a problem removing the default application.';
}