showDocumentSavedToast property
set
showDocumentSavedToast
(bool value)
Whether a toast indicating that the document has been successfully or unsuccessfully saved will appear.
Defaults to true. Android only.
Implementation
set showDocumentSavedToast(bool value) => _showDocumentSavedToast = value;