sendLCDDoubleString method

Future<void> sendLCDDoubleString({
  1. required String topText,
  2. required String bottomText,
})

Implementation

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