onLoad property
Callback for loading items from a server.
Returns a tuple of (items, hasMore).
Implementation
@override
final TLoadListener<T>? onLoad;
Callback for loading items from a server.
Returns a tuple of (items, hasMore).
@override
final TLoadListener<T>? onLoad;