fileStoragePath property

  1. @Deprecated('Breaks support for web standalone. Use [fileStorageLocation] instead.')
Object? fileStoragePath

Implementation

@Deprecated(
    'Breaks support for web standalone. Use [fileStorageLocation] instead.')
Object? get fileStoragePath => fileStorageLocation?.toFilePath();