Print empty lines
@override Future<void> emptyLines(int n) async { await methodChannel.invokeMethod('emptyLines', {'n': n}); }