binaryFilePath property

String? binaryFilePath
final

File-system path for a binary upload. Mobile/desktop only — on web the file is read at request-build time and will throw. Use binaryBytes on web instead.

Implementation

final String? binaryFilePath;