AndroidCryptoService constructor

AndroidCryptoService({
  1. required String type,
  2. required String name,
})

Implementation

AndroidCryptoService({required this.type, required this.name});