showWalletList function
Implementation
showWalletList(BuildContext context) {
showBottomModal(
context: context,
builder: (context) {
return const WalletListScreen();
},
);
}
showWalletList(BuildContext context) {
showBottomModal(
context: context,
builder: (context) {
return const WalletListScreen();
},
);
}