saveImage method

void saveImage()

Implementation

void saveImage() {
  _channel?.invokeMethod('saveImage', "");
}