wallet static method
Implementation
static UAdminModule wallet({List<TagUser>? roles}) => UAdminModule(
title: U.s.wallets,
icon: Icons.account_balance_wallet_rounded,
page: () => const UAdminWalletPage(),
roles: roles,
);
static UAdminModule wallet({List<TagUser>? roles}) => UAdminModule(
title: U.s.wallets,
icon: Icons.account_balance_wallet_rounded,
page: () => const UAdminWalletPage(),
roles: roles,
);