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