sendLCDDoubleString method
Implementation
Future<void> sendLCDDoubleString(
{required String topText, required String bottomText}) {
throw UnimplementedError('sendLCDDoubleString() has not been implemented.');
}
Future<void> sendLCDDoubleString(
{required String topText, required String bottomText}) {
throw UnimplementedError('sendLCDDoubleString() has not been implemented.');
}