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