mark internal

This commit is contained in:
Hiroshi Horie
2021-10-22 03:30:05 +09:00
parent 4b29534e95
commit ab028195de
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -94,6 +94,7 @@ abstract class Participant extends DisposableChangeNotifier
/// for internal use
/// {@nodoc}
@internal
set isSpeaking(bool speaking) {
if (_isSpeaking == speaking) {
return;