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