sendLCDCommand method

Future<void> sendLCDCommand(
  1. LCDCommand command
)

Implementation

Future<void> sendLCDCommand(LCDCommand command) {
  throw UnimplementedError('sendLCDCommand() has not been implemented.');
}