添加加载中

phiz_2.41.5.3
stewen 2023-08-12 15:44:12 +08:00
parent 2b3bd6a226
commit f9ee987c5a
1 changed files with 8 additions and 0 deletions

View File

@ -1235,6 +1235,14 @@ class Mop {
_webExtensionApis[name] = handler; _webExtensionApis[name] = handler;
_channel.invokeMethod("addWebExtentionApi", {"name": name}); _channel.invokeMethod("addWebExtentionApi", {"name": name});
} }
///
Future showLoading() async {
return await _channel.invokeMethod("showLoading");
}
///
Future hideLoading() async {
return await _channel.invokeMethod("hideLoading");
}
/// webviewjs /// webviewjs
/// [appId] id /// [appId] id