writeStorage method

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

Implementation

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