Last updated:
0 purchases
quake collection plugin
夸克我的收藏插件 #
夸克我的收藏插件
使用方法: #
1. 调用Android原生方法 #
跳转到人脸识别界面:
static Future<String?> jumpToCollection(Map phone) async {
final String? res = await _channel.invokeMethod('jumpToCollection',phone);
return res;
}
copied to clipboard
参数
类型
说明
phone
Map
{'phone':'15959119437'} 手机号
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.