DecryptionMethod typedef

DecryptionMethod = Future<Uint8List> Function(String serialized, DataEncryptionKey key)

Implementation

typedef DecryptionMethod = Future<Uint8List> Function(
    String serialized, DataEncryptionKey key);