Future<Map<String, dynamic>> printQrCode( String data, { int size = 200, String errorCorrectionLevel = "L", // "L", "M", "Q", "H" }) { throw UnimplementedError('printQrCode() has not been implemented.'); }