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