decodeList<E> abstract method
Decodes the data for the given key or id as a list of elements.
Optionally takes a Decodable to decode the elements of the list.
Implementation
List<E> decodeList<E>(String key, {int? id, Decodable<E>? using});