maybeOf static method

RoomDeveloperLogsScope? maybeOf(
  1. BuildContext context
)

Implementation

static RoomDeveloperLogsScope? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<RoomDeveloperLogsScope>();
}