of static method
Implementation
static ConversationData? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ConversationData>();
}
static ConversationData? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ConversationData>();
}