configLCD method
Configure the LCD status.
Implementation
Future<String?> configLCD({required SunmiLCDStatus status}) {
throw UnimplementedError('configLCD() has not been implemented.');
}
Configure the LCD status.
Future<String?> configLCD({required SunmiLCDStatus status}) {
throw UnimplementedError('configLCD() has not been implemented.');
}