@override Future<void> printSpace(int line) async { await methodChannel.invokeMethod('printSpace', {'line': line}); }