@override Future<String?> printSetBold(int x) async { return await methodChannel.invokeMethod<String>('PrintSetBold', {'x': x}); }