maybeOf static method

Web3ModalProvider? maybeOf(
  1. BuildContext context
)

Implementation

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