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