addRole_Pre method

Future<AddRoleResponse> addRole_Pre(
  1. ServiceCall call,
  2. Future<AddRoleRequest> request
)

Implementation

$async.Future<$9.AddRoleResponse> addRole_Pre($grpc.ServiceCall call, $async.Future<$9.AddRoleRequest> request) async {
  return addRole(call, await request);
}