setTextBitmapStrikeThru method

Future<void> setTextBitmapStrikeThru(
  1. bool strikeThru
)

Implementation

Future<void> setTextBitmapStrikeThru(bool strikeThru) {
  throw UnimplementedError(
      'setTextBitmapStrikeThru() has not been implemented.');
}