5 lines
73 B
Dart
5 lines
73 B
Dart
|
|
class WebviewModel {
|
||
|
|
WebviewModel() {
|
||
|
|
///Initialize variables
|
||
|
|
}
|
||
|
|
}
|