printText method

Future<void> printText(
  1. String text
)

Implementation

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