printRawText method

Future<Map<String, dynamic>> printRawText(
  1. String text
)

Implementation

Future<Map<String, dynamic>> printRawText(String text) {
  throw UnimplementedError('printRawText() has not been implemented.');
}