disableOnClientClose property

bool? disableOnClientClose
final

Whether to disable all active paginated messages when the client closes.

This prevents paginated messages from being left "dangling" and resulting in Pagination.onUnhandledInteraction.

Implementation

final bool? disableOnClientClose;