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