Skip to content

Instantly share code, notes, and snippets.

@sendbird-community
Created January 10, 2022 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sendbird-community/1d0413276cea44c87775de899afb5502 to your computer and use it in GitHub Desktop.
Save sendbird-community/1d0413276cea44c87775de899afb5502 to your computer and use it in GitHub Desktop.
Chat Triggered Effects - ConfettiSFX overrides
@override
play() {
_confettiController.play();
}
@override
stop() {
_confettiController.stop();
}
@override
dispose() {
_confettiController.dispose();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment