BaseCryptoConfig<D, K> constructor

const BaseCryptoConfig<D, K>(
  1. Crypto crypto,
  2. Future<Tuple2<K, Uint8List?>> marshaller(
    1. D
    ),
  3. Future<D> unmarshaller(
    1. K,
    2. Uint8List?
    )
)

Implementation

const BaseCryptoConfig(this.crypto, this.marshaller, this.unmarshaller);