ringStream property

  1. @Deprecated('Use [scheduled] and [ringing] streams instead.')
StreamController<AlarmSettings> ringStream
final

Stream of the ringing status.

Implementation

@Deprecated('Use [scheduled] and [ringing] streams instead.')
static final ringStream = StreamController<AlarmSettings>();