add method

void add(
  1. SmDbEvents event
)

Implementation

void add(SmDbEvents event) {
  _streamController.add(event);
}