addImageFile abstract method

Future<ResultCode> addImageFile(
  1. String imageUrl
)

Add image file to current whiteboard page

Parameter imageUrl image URL

Returns

添加图片到当前白板页

Parameter imageUrl 图像 URL,可为本地路径或远程 URL

Returns

Implementation

Future<ResultCode> addImageFile(String imageUrl);