feat: add 'hideAllConversations', 'updateFcmToken'

This commit is contained in:
Brett
2023-11-01 11:41:18 +08:00
parent 2cafa6bab8
commit cd506801cf
7 changed files with 75 additions and 96 deletions

View File

@@ -698,12 +698,14 @@ class MessageManager {
required PictureInfo sourcePicture,
required PictureInfo bigPicture,
required PictureInfo snapshotPicture,
String? sourcePath,
String? operationID,
}) =>
_channel
.invokeMethod(
'createImageMessageByURL',
_buildParam({
'sourcePath': sourcePath,
'sourcePicture': sourcePicture.toJson(),
'bigPicture': bigPicture.toJson(),
'snapshotPicture': snapshotPicture.toJson(),