setFontAntiWhite method

Future<void> setFontAntiWhite(
  1. bool antiWhite
)

Implementation

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