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