needSave property

bool needSave
final

Whether to save the retrieved messages to the database:

  • true: save to database;
  • (Default) false:Do not save to database.

Implementation

final bool needSave;