mark internal

This commit is contained in:
Hiroshi Horie
2021-10-22 03:27:00 +09:00
parent 4b29534e95
commit ab028195de
2 changed files with 2 additions and 0 deletions
@@ -208,6 +208,7 @@ class LocalParticipant extends Participant {
/// for internal use
/// {@nodoc}
@internal
@override
void updateFromInfo(lk_models.ParticipantInfo info) {
super.updateFromInfo(info);
+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;