MPFlutterWechatAppShareInfo constructor

MPFlutterWechatAppShareInfo({
  1. required String title,
  2. String? imageUrl,
  3. required Map query,
})

Implementation

MPFlutterWechatAppShareInfo({
  required this.title,
  this.imageUrl,
  required this.query,
});