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