imagesPreview method
Implementation
void imagesPreview(List<String> picArr, var index, Function() loadHistoryCallBack) async {
try {
_loadHistoryCallBack = loadHistoryCallBack;
await _channel.invokeMethod('imagesPreview', {'data': picArr, 'idx': index});
} catch (e) {}
}