init method
Implementation
init({
// StorageCustomize? customize,
bool? enableFilePickerExceptionHandler,
}) {
// if (customize != null) {
// this.customize = customize;
// }
if (enableFilePickerExceptionHandler != null) {
this.enableFilePickerExceptionHandler = enableFilePickerExceptionHandler;
}
}