bindViewModel method

void bindViewModel(
  1. T viewModel
)

Implementation

void bindViewModel(T viewModel) {
  _provider.change(viewModel);
}