previewPicture static method

void previewPicture(
  1. List<String> selectList,
  2. int position
)

Implementation

static void previewPicture(List<String> selectList, int position) {
  channel.invokeMethod('preview_picture', {'selectList': selectList, 'position': position});
}