maybeOf static method

SessionUserManager? maybeOf(
  1. BuildContext context
)

Implementation

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