createPendingUser_Pre method

Future<PendingUserResponse> createPendingUser_Pre(
  1. ServiceCall call,
  2. Future<PendingUserRequest> request
)

Implementation

$async.Future<$9.PendingUserResponse> createPendingUser_Pre($grpc.ServiceCall call, $async.Future<$9.PendingUserRequest> request) async {
  return createPendingUser(call, await request);
}