checkConnection property
String
get
checkConnection
Implementation
String get checkConnection {
if (language == french) return '(FR) Check your connection';
return 'Check your connection';
}
String get checkConnection {
if (language == french) return '(FR) Check your connection';
return 'Check your connection';
}