@override Future setBold(bool isTrue) async { return await methodChannel.invokeMethod('setBold', { "isTrue": isTrue, }); }