deleteSessionId method

void deleteSessionId()

Implementation

void deleteSessionId() async {
  CoreDb.instance()._deleteData(_SESSION_ID);
}