onRemoteMessageExpansionForKeyRemovedForWeb property
- @Deprecated('当前版本不支持 Web 端,请使用其他平台')
getter/setter pair
消息扩展信息删除的回调
messageUId
发生变化的消息 UIdkeys
消息扩展信息中删除的键值对 key 列表
Implementation
@Deprecated('当前版本不支持 Web 端,请使用其他平台')
Function(
String? messageUId,
List<String>? keys,
)? onRemoteMessageExpansionForKeyRemovedForWeb;