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