dispose method
      
dynamic
dispose()
      
     
    
    
Implementation
dispose() {
  userDao.onDispose();
  conversationDao.onDispose();
  contactDao.onDispose();
  messagesDao.onDispose();
}dispose() {
  userDao.onDispose();
  conversationDao.onDispose();
  contactDao.onDispose();
  messagesDao.onDispose();
}