library method
Implementation
BunnyStreamLibrary library(int libraryId) => BunnyStreamLibrary(
_streamKey,
libraryId: libraryId,
errorPrint: _errorPrint,
);
BunnyStreamLibrary library(int libraryId) => BunnyStreamLibrary(
_streamKey,
libraryId: libraryId,
errorPrint: _errorPrint,
);