onModelReady method

  1. @Deprecated('Prefer to use onViewModelReady istead')
void onModelReady(
  1. ChatRoomViewModel viewModel
)
inherited

Fires when the ViewModel is first created or re-created

This will fire multiple times when createNewViewModelOnInsert is set to true

Implementation

@Deprecated('Prefer to use onViewModelReady istead')
void onModelReady(T viewModel) {}