TF-196 Implement RemoteExceptionThrower when get session

This commit is contained in:
dab246
2022-06-22 11:26:43 +07:00
committed by Dat H. Pham
parent fd9b7cbb0a
commit 4cff46623c
12 changed files with 117 additions and 27 deletions
@@ -1448,4 +1448,9 @@ class AppLocalizations {
name: 'noPreviewAvailable',
);
}
String get wrongUrlMessage {
return Intl.message('Server URL is not valid, please try again',
name: 'wrongUrlMessage');
}
}