setFontAntiWhite method

  1. @override
Future<void> setFontAntiWhite(
  1. bool antiWhite
)
override

Implementation

@override
Future<void> setFontAntiWhite(bool antiWhite) async {
  await methodChannel
      .invokeMethod<void>('setFontAntiWhite', {"antiWhite": antiWhite});
}