sendbird_sdk
base_query
QueryBase
loadNext method
loadNext
loadNext
method
Null safety
Future
<
List
>
loadNext
(
)
Load next items asynchronously
Implementation
Future<List> loadNext() async { throw UnimplementedError(); }
sendbird_sdk
base_query
QueryBase
loadNext method
QueryBase class
Constructors
QueryBase
Properties
hashCode
hasNext
limit
loading
runtimeType
token
Methods
loadNext
noSuchMethod
toString
Operators
operator ==