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