sendLCDBitmap method

Future<void> sendLCDBitmap(
  1. dynamic byte, {
  2. IminPictureStyle? pictureStyle,
})

Implementation

Future<void> sendLCDBitmap(dynamic byte, {IminPictureStyle? pictureStyle}) {
  throw UnimplementedError('sendLCDBitmap() has not been implemented.');
}