showLcdImage method

Future<void> showLcdImage(
  1. Uint8List img
)

Implementation

Future<void> showLcdImage(Uint8List img) {
  throw UnimplementedError('showLcdBitmap() has not been implemented.');
}