TF-1074 Handle go to path /session

This commit is contained in:
dab246
2022-10-25 15:11:51 +07:00
committed by Dat H. Pham
parent 0ee990262f
commit 079bd404c2
12 changed files with 313 additions and 346 deletions
@@ -7,6 +7,8 @@ class DynamicUrlInterceptors extends InterceptorsWrapper {
_baseUrl = url;
}
String? get baseUrl => _baseUrl;
@override
void onRequest(RequestOptions options, RequestInterceptorHandler handler) {
if (_baseUrl != null) {