of static method

AuthUser<OAuthToken>? of(
  1. BuildContext context
)

Implementation

static AuthUser<OAuthToken>? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<_InheritedUser>()?.currentUser;