transferTeam method

Future<NIMResult<List<NIMTeamMember>>> transferTeam(
  1. String tid,
  2. String account,
  3. bool quit
)

Implementation

Future<NIMResult<List<NIMTeamMember>>> transferTeam(
    String tid, String account, bool quit) async {
  throw UnimplementedError('transferTeam() is not implemented');
}