of static method

Implementation

static EmojiStateManager? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<EmojiStateManager>();
}