Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms

5 lines
90 B

3 years ago
#import <Flutter/Flutter.h>
@interface FlutterZxingPlugin : NSObject<FlutterPlugin>
@end