cryptoTester static method
Implementation
static UAdminModule cryptoTester({List<TagUser>? roles}) => UAdminModule(
title: U.s.cryptoTester,
icon: Icons.security_rounded,
page: () => const UAdminCryptoTesterPage(),
roles: roles,
);
static UAdminModule cryptoTester({List<TagUser>? roles}) => UAdminModule(
title: U.s.cryptoTester,
icon: Icons.security_rounded,
page: () => const UAdminCryptoTesterPage(),
roles: roles,
);