open abstract method

Future<void> open({
  1. required BuildContext context,
  2. Web3ModalState? startState,
})

Opens the modal with the provided startState. If none is provided, the default state will be used based on platform.

Implementation

Future<void> open({
  required BuildContext context,
  Web3ModalState? startState,
});