changeRole_Pre method

Future<ChangeRoleResponse> changeRole_Pre(
  1. ServiceCall call,
  2. Future<ChangeRoleRequest> request
)

Implementation

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