@override Future<Void?> setTextBold(bool bold) async{ await methodChannel.invokeMethod<String>('setTextBold',{"bold":bold}); }