TF-228 Checking network status in the app

This commit is contained in:
dab246
2022-03-31 12:09:05 +07:00
committed by Dat H. Pham
parent ac52289891
commit 431ecd44ed
11 changed files with 125 additions and 25 deletions
@@ -970,4 +970,11 @@ class AppLocalizations {
name: 'moved_to_trash'
);
}
String get no_internet_connection {
return Intl.message(
'No internet connection',
name: 'no_internet_connection'
);
}
}