attach method

  1. @mustCallSuper
void attach([
  1. bool attach = true
])

Implementation

@mustCallSuper
void attach([bool attach = true]) {
  if (attach) _assertControllerIsNotAttached();
  _attached = attach;
}