cryptoTester static method

UAdminModule cryptoTester({
  1. List<TagUser>? roles,
})

Implementation

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