maybeOf static method
Implementation
static CrossmintWalletController? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<CrossmintWalletScope>()
?.controller;
}
static CrossmintWalletController? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<CrossmintWalletScope>()
?.controller;
}