@override Future<void> setPrintGray(int gray) { return methodChannel.invokeMethod<void>('setPrintGray', {'gray': gray}); }