maybeOf static method
Possibly return an instance.
Implementation
static GameShortcutsProvider? maybeOf(final BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<GameShortcutsProvider>();
Possibly return an instance.
static GameShortcutsProvider? maybeOf(final BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<GameShortcutsProvider>();