removeVideoWidgetByUserId method

void removeVideoWidgetByUserId(
  1. String userId
)

Implementation

void removeVideoWidgetByUserId(String userId) {
  _videoWidgetMap.remove(userId);
}