TF-105 Handle event click link and loading content of HtmlContentViewer
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
import 'package:core/core.dart';
|
||||
|
||||
class WebViewLoadingState extends UIState {
|
||||
WebViewLoadingState();
|
||||
|
||||
@override
|
||||
List<Object?> get props => [];
|
||||
}
|
||||
Reference in New Issue
Block a user