somethingWentWrong property

String get somethingWentWrong

Implementation

String get somethingWentWrong {
  if (language == french) {
    return '(FR) Something went wrong.\n Try going back or restarting the application.\n If this problem persists please contact us.';
  }
  return 'Something went wrong.\n Try going back or restarting the application.\n If this problem persists please contact us.';
}