sendTextLCD method
Send text to the LCD screen with specified size and fill option.
Implementation
Future<String?> sendTextLCD(
{required String text, required int size, required bool fill}) {
throw UnimplementedError('sendTextLCD() has not been implemented.');
}