StorageImpl constructor

StorageImpl(
  1. String fileName, [
  2. String? path
])

Implementation

StorageImpl(this.fileName, [this.path]);