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