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

remove colon

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