TF-2928 Use default browser confirm dialog when token expired

This commit is contained in:
dab246
2024-07-16 16:16:16 +07:00
committed by Dat H. Pham
parent 103dc9c5e3
commit 1fc3b76f94
15 changed files with 192 additions and 141 deletions
+1
View File
@@ -0,0 +1 @@
export 'package:universal_html/src/html.dart';
+1
View File
@@ -0,0 +1 @@
export 'html_io.dart' if (dart.library.html) 'html_web.dart';
+1
View File
@@ -0,0 +1 @@
export 'package:universal_html/html.dart';