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