showNps method

void showNps(
  1. NpsConfig config
)

Implementation

void showNps(NpsConfig config) {
  if (_npsStream.isClosed) return;
  _npsStream.add(config);
}