menu
pubnub
pubnub.dart
PaginatedChannelHistory
reset method
reset
dark_mode
light_mode
reset
method
void
reset
(
)
Resets the history to the beginning.
Implementation
void reset() { _cursor = null; _messages.clear(); }
pubnub
pubnub
PaginatedChannelHistory
reset method
PaginatedChannelHistory class