periodSwitchSinkAdd method

void periodSwitchSinkAdd(
  1. String period
)

Implementation

void periodSwitchSinkAdd(String period) {
  _klinePeriodSwitchSink.add(period);
}