of static method

Implementation

static TencentCloudChatMessageReactionData of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<TencentCloudChatMessageReactionDataNotifier>()!.reactionData;
}