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

Add documentations

上级 2e503d5e
part of 'arguments.dart'; part of 'arguments.dart';
/// Auto Deduct
class AutoDeduct with _Argument { class AutoDeduct with _Argument {
final Map<String, String> queryInfo; final Map<String, String> queryInfo;
final int businessType; final int businessType;
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
import 'package:flutter/foundation.dart'; import 'package:flutter/foundation.dart';
/// A mixin that provides a method to cancel an operation.
mixin FluwxCancelable { mixin FluwxCancelable {
void cancel(); void cancel();
} }
......
part of 'arguments.dart'; part of 'arguments.dart';
/// The target you want to open.
sealed class OpenType with _Argument {} sealed class OpenType with _Argument {}
/// Just open WeChat app. /// Just open WeChat app.
...@@ -54,6 +55,7 @@ class Invoice extends OpenType { ...@@ -54,6 +55,7 @@ class Invoice extends OpenType {
}; };
} }
/// Customer service chat, known as "微信客服" in WeChat
class CustomerServiceChat extends OpenType { class CustomerServiceChat extends OpenType {
final String corpId; final String corpId;
final String url; final String url;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论