encodeIterable<E> abstract method
Encodes an iterable of E
for the given key or id.
Optionally takes an Encodable function to encode each element.
Implementation
void encodeIterable<E>(String key, Iterable<E> value, {int? id, Encodable<E>? using});