show<T> method

void show<T>(
  1. PipenModalCreator<T> modalCreator
)

Implementation

void show<T>(PipenModalCreator<T> modalCreator) {
  _streamController.add(modalCreator);
}