customSavePath property

String? customSavePath
final

Set this value if you want to save the file in a specific part

You can pass "users/images" for example

Please note that you don't need to pass the file name here again it will be automatically generated from the fileName

Implementation

final String? customSavePath;