@override Future<void> configLcd(LcdOpt opt) async { return await methodChannel .invokeMethod<void>('configLcd', {'opt': opt.index}); }