changeRole_Pre method
Implementation
$async.Future<$9.ChangeRoleResponse> changeRole_Pre($grpc.ServiceCall call, $async.Future<$9.ChangeRoleRequest> request) async {
return changeRole(call, await request);
}
$async.Future<$9.ChangeRoleResponse> changeRole_Pre($grpc.ServiceCall call, $async.Future<$9.ChangeRoleRequest> request) async {
return changeRole(call, await request);
}