@override Future<void> showLcdImage(Uint8List img) async { return await methodChannel .invokeMethod<void>('showLcdBitmap', {'img': img}); }