enableAsyncLoadRecentSession property Null safety

bool? enableAsyncLoadRecentSession
read / write

Enable or disable asynchronously loading recent sessions. The default value is NO. Asynchronously loading recent sessions is disabled. @discussion For users with multiple recent sessions, the startup speed may be affected in retrieving data from the database. Users can enable this option to enable asynchronous loading recent sessions. querySessionList returns some recent sessions, and notifies users to refresh the UI using a callback when all sessions are loaded.

Implementation

bool? enableAsyncLoadRecentSession;