run method

void run()

Implementation

void run() {
  _task = BidirectionalIsolate(BlocIsolateLogic(), this);
  _task.start(_isolateName);
}