main 2.0.9
hrxiang 3 years ago
parent d5d11af7ce
commit f0b28099bf
  1. 2
      lib/src/manager/im_message_manager.dart

@ -277,7 +277,7 @@ class MessageManager {
}) => }) =>
_channel _channel
.invokeMethod( .invokeMethod(
'createSoundMessage', 'createSoundMessage',
_buildParam({ _buildParam({
'soundPath': soundPath, 'soundPath': soundPath,
"duration": duration, "duration": duration,

Loading…
Cancel
Save