sendImageLCD method

Future<String?> sendImageLCD({
  1. required Uint8List image,
})

Send an image to the LCD screen.

Implementation

Future<String?> sendImageLCD({required Uint8List image}) {
  throw UnimplementedError('sendImageLCD() has not been implemented.');
}