image method

dynamic image(
  1. String base64
)

Implementation

image(String base64){
  args.add("img%2021"+ base64);
}