deleteAnonId method

void deleteAnonId()

Implementation

void deleteAnonId() async {
  CoreDb.instance()._deleteData(_ANON_ID);
}