dismiss method
Dismisses the printing-settings sheet or popover.
You should dismiss the printing settings when they are presented in a sheet or animated from a rectangle and the user changes the orientation of the device. (This, of course, assumes your application responds to orientation changes.) You should then present the printing settings again once the new orientation takes effect.
Officially Supported Platforms/Implementations:
- iOS
Implementation
Future<void> dismiss({bool animated = true}) =>
platform.dismiss(animated: animated);