setFilePreview method
- String preview
Updates the file preview content.
Implementation
void setFilePreview(String preview) {
state = state.copyWith(filePreview: preview);
}
Updates the file preview content.
void setFilePreview(String preview) {
state = state.copyWith(filePreview: preview);
}