trainingEveStm property

Stream<TrainBean> trainingEveStm

Set up a training listener, the results are returned through the data stream, and saved in "event".

Implementation

Stream<TrainBean> get trainingEveStm {
  return _platform.trainingEveStm;
}