BunnyStream constructor

BunnyStream(
  1. String streamKey, {
  2. bool errorPrint = false,
})

Implementation

BunnyStream(String streamKey, {bool errorPrint = false})
  : _streamKey = streamKey,
    _errorPrint = errorPrint;