TF-1915 Show toast message when connected to the internet

(cherry picked from commit a1f466725cf1896cfb43144d41c6806a074e06eb)
This commit is contained in:
dab246
2023-06-08 16:54:12 +07:00
committed by Dat Vu
parent 3100e00c9e
commit 9b5f533579
7 changed files with 117 additions and 87 deletions
@@ -2988,4 +2988,11 @@ class AppLocalizations {
name: 'error',
);
}
String get connectedToTheInternet {
return Intl.message(
'Connected to the internet',
name: 'connectedToTheInternet'
);
}
}