提交 2bfec53a authored 作者: JarvanMo's avatar JarvanMo

fix #642

上级 f4c3cd0c
...@@ -338,7 +338,7 @@ class WeChatImageToShare with _Argument { ...@@ -338,7 +338,7 @@ class WeChatImageToShare with _Argument {
/// [uint8List] is available on both iOS and Android /// [uint8List] is available on both iOS and Android
/// [localImagePath] only available on Android, if [uint8List] is null, [localImagePath] must not be null; /// [localImagePath] only available on Android, if [uint8List] is null, [localImagePath] must not be null;
/// if [uint8List] and [localImagePath] are both provided on android, [uint8List] will be used. /// if [uint8List] and [localImagePath] are both provided on android, [uint8List] will be used.
WeChatImageToShare(this.uint8List, this.localImagePath, this.imgDataHash) { WeChatImageToShare({this.uint8List, this.localImagePath, this.imgDataHash}) {
if (Platform.isIOS) { if (Platform.isIOS) {
assert(uint8List != null); assert(uint8List != null);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论