@override Future<void> setPrintFont(String path) { return methodChannel.invokeMethod<void>('setPrintFont', {'path': path}); }