setSecuredValue abstract method

Future<bool> setSecuredValue(
  1. String key,
  2. String value, {
  3. bool update = false,
})

Implementation

Future<bool> setSecuredValue(String key, String value, {bool update = false});