CrossmintAuthClient to descendant widgets, matching the official Crossmint RN SDK’s CrossmintAuthProvider pattern.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Flutter Final Class
CrossmintAuthClient to descendant widgets, matching the official Crossmint RN SDK’s CrossmintAuthProvider pattern.
final class CrossmintAuthScope extends InheritedWidget
CrossmintAuthScope(
auth: client.auth,
child: MyApp(),
)
// In any descendant:
final auth = CrossmintAuthScope.of(context);
const CrossmintAuthScope({
super.key,
required this.auth,
required super.child,
})
final CrossmintAuthClient auth
static CrossmintAuthClient of(BuildContext context)
static CrossmintAuthClient? maybeOf(BuildContext context)
bool updateShouldNotify(CrossmintAuthScope oldWidget)
Was this page helpful?
