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