9 lines
151 B
Dart
9 lines
151 B
Dart
|
|
import 'package:core/core.dart';
|
|
|
|
class WebViewLoadingState extends UIState {
|
|
WebViewLoadingState();
|
|
|
|
@override
|
|
List<Object?> get props => [];
|
|
} |