writeStorageList method

void writeStorageList(
  1. Map<String, dynamic> data,
  2. String key,
  3. List<StorageFile> storageFiles, {
  4. bool isSetNull = true,
})
inherited

Implementation

void writeStorageList(
  Map<String, dynamic> data,
  String key,
  List<StorageFile> storageFiles, {
  bool isSetNull = true,
}) =>
    Helper.writeStorageList(data, key, storageFiles, isSetNull: isSetNull);