menu
encrypter package
documentation
encrypter_web.dart
EncrypterWeb
registerWith static method
registerWith static method
dark_mode
light_mode
registerWith
static method
void
registerWith
(
Registrar
registrar
)
Implementation
static void registerWith(Registrar registrar) { EncrypterPlatform.instance = EncrypterWeb(); }
encrypter package
documentation
encrypter_web
EncrypterWeb
registerWith static method
EncrypterWeb class