MasamunePickerUploaderAppRefExtensions extension
Extension methods of Storage system related to PickerValue.
PickerValueに関連するStorage系の拡張メソッド。
- on
Methods
-
upload(
{String relativeDirPath = "", int? limitSize}) → Future< Uri> -
Available on PickerValue, provided by the MasamunePickerUploaderAppRefExtensions extension
Upload picked up files directly to storage. -
uploadToPrivate(
String userId, {String relativeDirPath = "", int? limitSize}) → Future< Uri> -
Available on PickerValue, provided by the MasamunePickerUploaderAppRefExtensions extension
Uploads the selected file directly to the storage'sprivate
folder. -
uploadToPublic(
String userId, {String relativeDirPath = "", int? limitSize}) → Future< Uri> -
Available on PickerValue, provided by the MasamunePickerUploaderAppRefExtensions extension
Uploads the selected file directly to the storage'spublic/userId
folder.