writeStorageNotNull method

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

Implementation

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