Future<void> print({int feedLines = 4}) async { await methodChannel.invokeMethod<void>('print', {"feedLines": feedLines}); }