提交 e99c340e authored 作者: JarvanMo's avatar JarvanMo

remove colon

上级 aac83964
...@@ -61,8 +61,8 @@ Future<bool> openWeChatApp() async { ...@@ -61,8 +61,8 @@ Future<bool> openWeChatApp() async {
/// [universalLink] is required if you want to register on iOS. /// [universalLink] is required if you want to register on iOS.
Future<bool> registerWxApi({ Future<bool> registerWxApi({
required String appId, required String appId,
bool doOnIOS: true, bool doOnIOS = true,
bool doOnAndroid: true, bool doOnAndroid = true,
String? universalLink, String? universalLink,
}) async { }) async {
if (doOnIOS && Platform.isIOS) { if (doOnIOS && Platform.isIOS) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论