selectWallet method
Implementation
@override
void selectWallet(
BuildContext context, {
Function(WalletEntity)? onWalletSelection,
}) {
SizeUtil.init(context);
SolwaveBottomSheet.openBottomSheet(
context,
type: SolwaveViewType.selectWallet,
onWalletSelection: onWalletSelection,
);
}