contact method

void contact(
  1. T model
)

easy to get context

Implementation

void contact(T model) {
  _model = model;
}