setEnsured abstract method

Future<bool> setEnsured(
  1. T value, {
  2. bool optimistic = false,
})

Implementation

Future<bool> setEnsured(T value, {bool optimistic = false});