maybeOf static method

RandomTasksProvider? maybeOf(
  1. BuildContext context
)

Possibly provide an instance.

Implementation

static RandomTasksProvider? maybeOf(final BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<RandomTasksProvider>();