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