abstract class IScanningImage { Future<bool> startScan(String recordCode); Future<bool> checkCollectingImgAsync() ; }