#import #import "BarcodeScannerViewControllerDelegate.h" @interface BarcodeScanPlugin : NSObject @property(nonatomic, retain) FlutterResult result; @property (nonatomic, assign) UIViewController *hostViewController; @end