image method

T image({
  1. required TImage arg,
})

打印图片

Implementation

T image({required TImage arg}) {
  return push(arg);
}