sendLCDString method

Future<void> sendLCDString(
  1. String string
)

Implementation

Future<void> sendLCDString(String string) {
  throw UnimplementedError('sendLCDString() has not been implemented.');
}