setStringList method
Set the List
Implementation
Future<bool> setStringList(String dataKey, List<String>? dataValue,
{bool notify = true}) async {
assert(_key != null);
return _decorator.setStringList(dataKey, dataValue, notify: notify);
}
Set the List
Future<bool> setStringList(String dataKey, List<String>? dataValue,
{bool notify = true}) async {
assert(_key != null);
return _decorator.setStringList(dataKey, dataValue, notify: notify);
}