setReviewProcess static method
Implementation
static Future<void> setReviewProcess() async {
final dd = DateFormat("MMM-yyyy").format(DateTime.now());
log("CommonInterface:[setReviewProcess]->date->$dd");
int count = await getReviewCount();
setReviewCount(count + 1);
}