updateTeam method

Future<Result<OrganizationTeam>> updateTeam(
  1. Map<String, dynamic> body
)

Implementation

Future<Result<OrganizationTeam>> updateTeam(Map<String, dynamic> body) =>
    _api.updateTeam(body: body);