attach method

void attach(
  1. SubtitleBloc subtitleBloc
)

Implementation

void attach(SubtitleBloc subtitleBloc) {
  _subtitleBloc = subtitleBloc;
  _attached = true;
}