maybeOf static method

LenraOauth2? maybeOf(
  1. BuildContext context
)

Implementation

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