showText method

Future<void> showText(
  1. String text,
  2. D1TextAlign textAlign
)

Implementation

Future<void> showText(String text, D1TextAlign textAlign) {
  throw UnimplementedError('showText() has not been implemented.');
}