setImpression method

void setImpression(
  1. String url
)

Implementation

void setImpression(String url) async{
 await get(url);
}