printText method

Future<void> printText(
  1. String text
)

Implementation

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