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