print method

Future<int> print(
  1. String prt,
  2. String hexStr
)

Implementation

Future<int> print(String prt, String hexStr) {
  throw UnimplementedError('print() has not been implemented.');
}