Future<String?> encrypt(String key,String data){ throw UnimplementedError('encrypt(key,data) has not been implemented.'); }