open abstract method
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,
});
Opens the modal with the provided startState.
If none is provided, the default state will be used based on platform.
Future<void> open({
required BuildContext context,
Web3ModalState? startState,
});