persist method

void persist([
  1. bool enabled = true
])

Implementation

void persist([bool enabled = true]) => _isPersist = enabled;