onRemoteMessageExpansionForKeyRemovedForWeb property

  1. @Deprecated('当前版本不支持 Web 端,请使用其他平台')
dynamic Function(String? messageUId, List<String>? keys)? onRemoteMessageExpansionForKeyRemovedForWeb
getter/setter pair

消息扩展信息删除的回调

  • messageUId 发生变化的消息 UId
  • keys 消息扩展信息中删除的键值对 key 列表

Implementation

@Deprecated('当前版本不支持 Web 端,请使用其他平台')
Function(
  String? messageUId,
  List<String>? keys,
)? onRemoteMessageExpansionForKeyRemovedForWeb;