onMicrophoneStatusChanged method
void
onMicrophoneStatusChanged()
Implementation
void onMicrophoneStatusChanged() {
_updateTimestamp = DateTime.now().microsecondsSinceEpoch;
notifyListeners();
}
void onMicrophoneStatusChanged() {
_updateTimestamp = DateTime.now().microsecondsSinceEpoch;
notifyListeners();
}