chatMessageAutoScrollIndexById top-level property

Map<String, int> chatMessageAutoScrollIndexById
final

Keep track of all the auto scroll indices by their respective message's id to allow animating to them.

Implementation

final Map<String, int> chatMessageAutoScrollIndexById = {};