how can I read insertId in the activity? Activity:
private void saveNewCode() { mCodeRepository.insertCodeTask(mInitialCode); }
in Reposi