sendLCDMultiString method
Implementation
Future<void> sendLCDMultiString(
{required List<String> contents, required List<int> aligns}) {
throw UnimplementedError('sendLCDMultiString() has not been implemented.');
}
Future<void> sendLCDMultiString(
{required List<String> contents, required List<int> aligns}) {
throw UnimplementedError('sendLCDMultiString() has not been implemented.');
}