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