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