removeUserAtInfo method

void removeUserAtInfo(
  1. String info
)

Implementation

void removeUserAtInfo(String info) {
  _userAtInfo.remove(info);
  notifyListeners();
}