TF-105 Handle event click link and loading content of HtmlContentViewer

This commit is contained in:
dab246
2021-10-08 11:18:38 +07:00
committed by Dat H. Pham
parent 8fb57725df
commit 15e1417730
5 changed files with 70 additions and 6 deletions
@@ -0,0 +1,9 @@
import 'package:core/core.dart';
class WebViewLoadingState extends UIState {
WebViewLoadingState();
@override
List<Object?> get props => [];
}