printQRCode method

Future<bool?> printQRCode({
  1. required String text,
  2. int width = 100,
  3. int height = 100,
})

Implementation

Future<bool?> printQRCode({
  required String text,
  int width = 100,
  int height = 100,
}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}