fail property
GetSavedFileListFailCallback?
get
fail
Implementation
GetSavedFileListFailCallback? get fail {
return fail;
}
set
fail
(GetSavedFileListFailCallback? value)
Implementation
set fail(GetSavedFileListFailCallback? value) {
$$context$$["fail"] = (res) {
value?.call(GeneralCallbackResult($$context$$: res));
};
}