initTestInfoController method

void initTestInfoController()
inherited

Turns on testing capabilities, if not already.

Implementation

void initTestInfoController() {
  _testInfoController ??= StreamController.broadcast(sync: false);
}