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