detach method

void detach()

Implementation

void detach() {
  _attached = false;
  _subtitleBloc = null;
}