disJoinUser method

void disJoinUser(
  1. List<int> userIdList
)

Implementation

void disJoinUser(List<int> userIdList) {
  throw UnimplementedError('disJoinUser() has not been implemented.');
}