printText method

Future<void> printText(
  1. dynamic text
)

Implementation

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