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