Future<String?> decrypt(Uint8List data, String key, {String iv = _iv}) async { throw UnimplementedError('decrypt() has not been implemented.'); }